home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00170_Script_170
< prev
next >
Wrap
Text File
|
1995-06-01
|
903b
|
37 lines
on mouseDown
global thisVideo, thisLine
set thisVideo = ""
set thisLine = the mouseLine
if thisLine = 1 then
set thisVideo = "cassady/bus"
hilite line thisLine of field "video/events"
set the cursor of sprite 5 = 0
cursor 4
go to frame "play video"
end if
if thisLine = 2 then
set thisVideo = "kesey/trips"
hilite line thisLine of field "video/events"
set the cursor of sprite 5 = 0
cursor 4
go to frame "play video"
end if
if thisLine = 3 then
set thisVideo = "leary/bein"
hilite line thisLine of field "video/events"
set the cursor of sprite 5 = 0
cursor 4
go to frame "play video"
end if
if thisLine > 4 then
alert "These additional videos are on Disc #2/ASHBURY. Quit and restart with that disc."
set thisVideo = ""
cursor [547,548]
end if
end